projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7652ade
)
(get_specified_cursor_type, get_window_cursor_type):
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:15:48 +0000
(14:15 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:15:48 +0000
(14:15 +0000)
Declare.
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index d28afde3814e81f85e98585fcad8fb503316ad26..7db4863210519d0d2b49867c4d8085efdbb75592 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-692,6
+692,9
@@
extern Lisp_Object Vdefault_frame_alist;
extern Lisp_Object Vterminal_frame;
extern Lisp_Object Vmouse_highlight;
+
+enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *));
+enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *));
\f
/* Device-independent scroll bar stuff. */